home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act5 / 00094.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  172 b   |  11 lines

  1. on exitFrame
  2.   global stinktime
  3.   if the soundBusy of 1 then
  4.     if the timer < stinktime then
  5.       go(the frame - 3)
  6.     else
  7.       go(the frame)
  8.     end if
  9.   end if
  10. end
  11.